home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / DISK / MFD10.ARJ / SFD.DOC < prev    next >
Text File  |  1991-05-17  |  5KB  |  125 lines

  1. sfd - sorted find duplicate files
  2. Version 1.0, Copyright (c) 1991 Monk Software.
  3.  
  4. General Idea:
  5.  
  6.     This program finds duplicate files on your disk(s).  It is
  7.     possible to specify multiple disks and see duplicate files across
  8.     disks.  You have control over criteria for finding duplicate files
  9.     and the order in which the duplicates are presented.  For the
  10.     really business-like, there is an interactive delete mode that
  11.     presents you with menus asking which of the duplicate files to
  12.     delete.  As an option, a statistical summary of the duplicate
  13.     files is printed out at the end.
  14.  
  15. Usage:
  16.  
  17.     sfd [-ma] [-m[cdns]] [-oa|d] [-sd|n|s] [-ilv?] path [...]
  18.         where 'path' is the starting directory for finding duplicate
  19.         files.
  20.  
  21. Matching criteria:
  22.  
  23.     Tells program what information to consider in determining whether
  24.     a pair of files are duplicates or not.  The default is to consider
  25.     files as duplicates if their names, modification date/times and
  26.     sizes match (i.e. -mdns).
  27.  
  28.         -ma - All.
  29.             Consider name, size, date/time and contents.
  30.  
  31.         -m[cdns] - Set the matching criteria.
  32.             c - Contents.
  33.                 File contents must match, implies 's' (sizes must
  34.                 match).
  35.  
  36.             d - Dates.
  37.                 Date/time of files must match.
  38.  
  39.             n - Names.
  40.                 Names must match.
  41.  
  42.             s - Sizes.
  43.                 Size of files must match.
  44.  
  45. Sorting criteria:
  46.  
  47.     Tells program in what order to present the duplicate files.  The
  48.     default is to sort by names and paths only.  If any options are
  49.     specified below, the primary sort key is changed accordingly and
  50.     the names and paths become the secondary sort key.  The
  51.     performance will suffer noticeably if the primary sort key is not
  52.     one of the match criteria.  Defaults are to sort by name in
  53.     ascending order (i.e. -oa -sn).
  54.  
  55.         -oa|d - Ordering.
  56.             Sort in ascending/descending order.
  57.  
  58.         -sd|n|s - set the sorting criteria.
  59.             d - Dates.
  60.                 Sort output by date/time.
  61.  
  62.             n - Names.
  63.                 Sort output by name.
  64.  
  65.             s - Sizes.
  66.                 Sort output by size.
  67.  
  68. Options:
  69.  
  70.         -i - Interactive delete mode.
  71.             Duplicate files are listed in menus.  Type in the numbers
  72.             of the files you wish to delete or just hit <Return> to
  73.             leave the files alone.  The numbers can be separated by
  74.             commas or spaces.  Ranges of numbers can be specified by
  75.             separating the lower and upper limits with a dash.
  76.  
  77.         -l - Long listing of duplicate files.
  78.             Gives date/time and size information on each duplicated
  79.             file.
  80.  
  81.         -v - Verbose, print statistics.
  82.             Give information on number of files, number of duplicated
  83.             files, number of duplicate names, total number of bytes
  84.             and averages of each at the end.  When in 'interactive
  85.             delete mode', also print out how many bytes in files you
  86.             deleted.
  87.  
  88.         -vv - Very verbose, also print activity report.
  89.             In addition to printing statistics above, print out the
  90.             directories searched for duplicate files.
  91.  
  92.         -?
  93.             Print full documentation and exit.  You are here!
  94.  
  95. Differences with 'mfd':
  96.  
  97.     This program sorts the duplicate files list, which 'mfd' does not.
  98.     It is also slower than 'mfd', but uses less memory.
  99.  
  100. License:
  101.  
  102.     This program is shareware.  You are encouraged to try this program
  103.     out and, if you like it, to give it to friends and upload it to
  104.     BBS's and archive sites.  We also request a $10 fee to register
  105.     both this program and its companion 'mfd - find duplicates'.  When
  106.     you register, you are supporting us and, in return, we will
  107.     support you.  We hope to bring you more high quality, low cost
  108.     software in the future.
  109.  
  110.     To protect ourselves, we must say that we will not be liable for
  111.     any damages resulting from use or abuse of this program.  You use
  112.     'mfd' and 'sfd' at your own risk.  However, we strive to make the
  113.     quality and reliability of these programs high.  Please report any
  114.     bugs you find.  We will gladly fix them and send you an update.
  115.  
  116.     Please send registration fees and/or bug reports to:
  117.         Monk Software
  118.         2464 El Camino Real, #404
  119.         Santa Clara, CA 95051
  120.     Include the name of the program, operating system, and disk size.
  121.  
  122.     Bug reports and other comments can also be sent as e-mail on the
  123.         Internet to: monk@netcom.com.
  124.         UUCP: uunet!apple!netcom!monk
  125.